AutoKeystore allows store android keystore between sessions, without manual input everytime.
Navigate to the
Adjust the project manifest file
Open the setup dialog
Install from npm 🤖
Packages
directory of your project.manifest.json
in a text editor and add com.dreamcode
is part of scopes.
`json
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.dreamcode"
]
}
],
"dependencies": {
...
}
}
`
* Open Package Manager
and press Install
button.

DreamCode > Android > AutoKeystore
